Package-level declarations

Types

Link copied to clipboard
data class Total(val cartTotal: Double, val currency: String?, val shipping: Double, val tax: Double)

Represents the total cost details for a cart in the prepurchase flow.